home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / SCSL / xerbla.z / xerbla
Encoding:
Text File  |  2002-10-03  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XXXXEEEERRRRBBBBLLLLAAAA((((3333SSSS))))                                                          XXXXEEEERRRRBBBBLLLLAAAA((((3333SSSS))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      XERBLA - i an error handler for the LAPACK routines
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      SUBROUTINE XERBLA( SRNAME, INFO )
  13.  
  14.          CHARACTER*6    SRNAME
  15.  
  16.          INTEGER        INFO
  17.  
  18. IIIIMMMMPPPPLLLLEEEEMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
  19.      These routines are part of the SCSL Scientific Library and can be loaded
  20.      using either the -lscs or the -lscs_mp option.  The -lscs_mp option
  21.      directs the linker to use the multi-processor version of the library.
  22.  
  23.      When linking to SCSL with -lscs or -lscs_mp, the default integer size is
  24.      4 bytes (32 bits). Another version of SCSL is available in which integers
  25.      are 8 bytes (64 bits).  This version allows the user access to larger
  26.      memory sizes and helps when porting legacy Cray codes.  It can be loaded
  27.      by using the -lscs_i8 option or the -lscs_i8_mp option. A program may use
  28.      only one of the two versions; 4-byte integer and 8-byte integer library
  29.      calls cannot be mixed.
  30.  
  31. PPPPUUUURRRRPPPPOOOOSSSSEEEE
  32.      XERBLA is an error handler for the LAPACK routines. It is called by an
  33.      LAPACK routine if an input parameter has an invalid value.  A message is
  34.      printed and execution stops.
  35.  
  36.      Installers may consider modifying the STOP statement in order to call
  37.      system-specific exception-handling facilities.
  38.  
  39.  
  40. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  41.      SRNAME  (input) CHARACTER*6
  42.              The name of the routine which called XERBLA.
  43.  
  44.      INFO    (input) INTEGER
  45.              The position of the invalid parameter in the parameter list of
  46.              the calling routine.
  47.  
  48. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  49.      INTRO_LAPACK(3S), INTRO_SCSL(3S)
  50.  
  51.      This man page is available only online.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.